.location{
    width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.list_location{
    border-bottom: #DCDCDC solid 2px;
    text-align: right;
    line-height: 25px;
    font: "黑体";
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}
.page1200{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 10px 0px;
    margin-top: 15px;
    border: #d9d9d9 solid 2px;
    border-radius: 16px;
}
.content{
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.column_list{
    height: 60px;
    line-height: 60px;
    margin: 0px;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-bottom: 1px dashed #a1a1a1;
}
.newstitle{
    float: left;
    width: 880px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ymd{
    float: right;
    width: 120px;
    color: #ccc;
}
.pagination{
    width: 1100px;
    height:30px;
    line-height: 30px;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    clear: both;
}